MSVC Builds: Add Script to Generate gtk-win32.rc
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 4 Aug 2014 05:34:15 +0000 (13:34 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 4 Aug 2014 05:34:15 +0000 (13:34 +0800)
commitd62bd12b861742ba5aa6549aebb33d541b0cad1e
treebe33a0b1ace4e1ec8a2ea1a08f77622c31185f19
parent4b2dc1e38bded387aa6a5cef0a6065a582ac1f51
MSVC Builds: Add Script to Generate gtk-win32.rc

In bug 733773, gtk-win32.rc was removed from the dist in the attempt to
make the print dialog on Windows themed, so this script was added so that
the gtk-win32.rc file can be generated during the Visual Studio builds of
GTK+ from the autotools scripts.  This is also intended for filling in the
arch of the build for MSVC builds for the manifest that is also required
for fixing bug 733773.  Python is used as it is already needed for

This is done as a custom build rule in the Visual Studio projects so that
it is easy to clean and rebuild gtk-win32.rc upon an update.

https://bugzilla.gnome.org/show_bug.cgi?id=733773
build/win32/Makefile.am
build/win32/process-in-win32.py [new file with mode: 0644]
build/win32/vs10/gtk-gen-srcs.props
build/win32/vs10/gtk.vcxproj.filtersin
build/win32/vs10/gtk.vcxprojin
build/win32/vs9/gtk-gen-srcs.vsprops
build/win32/vs9/gtk.vcprojin